std::atan

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       atan( float arg );

double      atan( double arg );

long double atan( long double arg );

Computes arc tangent of arg

Parameters

arg - floating point value

Return value

arc tangent of arg in radians in the range of [-π/2; π/2] radians.

See also

atan2
arc tangent, using signs to determine quadrants
(function)
asin
arc sine
(function)
acos
arc cosine
(function)
tan
tangent
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages